home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 November
/
CMCD1104.ISO
/
Software
/
Shareware
/
Utilitare
/
picozip
/
PicoZipSetup.exe
/
{app}
/
PicoZip.exe
/
0
/
RCDATA
/
TFMDROPADDOPTIONS
/
TFMDROPADDOPTIONS.txt
Wrap
Text File
|
2004-09-09
|
3KB
|
137 lines
object fmDropAddOptions: TfmDropAddOptions
Left = 438
Top = 407
ActiveControl = buAdd
BorderStyle = bsDialog
Caption = 'Drop Add Options'
ClientHeight = 200
ClientWidth = 297
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object laFilename: TLabel
Left = 8
Top = 8
Width = 84
Height = 13
Caption = 'Archive File name'
end
object laAction: TLabel
Left = 8
Top = 56
Width = 30
Height = 13
Caption = 'A&ction'
FocusControl = cbAction
end
object laCompression: TLabel
Left = 8
Top = 104
Width = 60
Height = 13
Caption = 'C&ompression'
FocusControl = cbCompression
end
object Bevel1: TBevel
Left = 8
Top = 160
Width = 281
Height = 9
Shape = bsTopLine
end
object cbAction: TComboBox
Left = 8
Top = 72
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 0
TabOrder = 1
Text = 'Add files'
Items.Strings = (
'Add files'
'Freshen existing files'
'Move files')
end
object cbCompression: TComboBox
Left = 8
Top = 120
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 0
TabOrder = 2
Text = 'Maximum'
Items.Strings = (
'Maximum'
'Normal'
'Minimum'
'None')
end
object edFilename: TEdit
Left = 8
Top = 24
Width = 281
Height = 21
TabStop = False
Color = clBtnFace
ReadOnly = True
TabOrder = 0
end
object buPassword: TButton
Left = 176
Top = 72
Width = 113
Height = 25
Caption = '&Password'
TabOrder = 3
OnClick = buPasswordClick
end
object ckSaveFullPath: TCheckBox
Left = 176
Top = 120
Width = 113
Height = 17
Caption = 'Save &full path info'
TabOrder = 4
end
object buAdd: TButton
Left = 31
Top = 168
Width = 75
Height = 25
Caption = '&Add'
Default = True
ModalResult = 1
TabOrder = 5
end
object buCancel: TButton
Left = 111
Top = 168
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 6
end
object buHelp: TButton
Left = 191
Top = 168
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 7
OnClick = buHelpClick
end
end